ComponentOne ASP.NET MVC Controls
SelectedIndexes Property

C1.Web.Mvc Namespace > MultiAutoComplete<T> Class : SelectedIndexes Property
Gets or sets a list containing the indexes of the items that are currently selected.
Syntax
'Declaration
 
Public Property SelectedIndexes As IList(Of Integer)
public IList<int> SelectedIndexes {get; set;}
See Also

Reference

MultiAutoComplete<T> Class
MultiAutoComplete<T> Members